Skip to content

Conversation

dberenbaum
Copy link
Owner

TomAugspurger and others added 30 commits December 21, 2018 12:11
* CLN: post-post numpy bumpy

* Lint
datapythonista and others added 30 commits January 10, 2019 11:00
* do freq validation in DTA.__init__

* troubleshoot parquet fail

* troubleshoot feather

* troubleshoot pyarrow fail
…v#24723)

* TimedeltaArray freq validation without _from_sequence
Python 3.6+ changes the default encoding to
UTF8 (PEP 529), which conflicts with the
encoding of Windows (MBCS).

This fix checks if we're using Python 3.6+
and on Windows, after which we force the
encoding to "mbcs".

Closes pandas-devgh-15086.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

qcut: Option to return -inf/inf as lower/upper bound